|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.ExternalSourceExpression
|
+--oracle.AWXML.HierarchicalParentSourceExpression
An ExternalSourceExpression that maps a relational column of child values to a column of parent values in a hierarchy of a dimension. A HierarchicalParentSourceExpression is owned by a DimensionMapGroup.
| Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
| Constructor Summary | |
HierarchicalParentSourceExpression(BaseObject input)Creates a HierarchicalParentSourceExpression for the specified DimensionMapGroup. |
|
| Method Summary | |
java.lang.String |
Alter(AWConnection connection)Changes the textual attributes of the HierarchicalParentSourceExpression, such as its short and long names, in the analytic workspace to those currently specified by the HierarchicalParentSourceExpression. |
java.lang.String |
Create(AWConnection connection)Creates a HierarchicalParentSourceExpression in the current analytic workspace of the specified database connection. |
java.lang.String |
Delete(AWConnection connection)Deletes the HierarchicalParentSourceExpression in the current analytic workspace of the specified database connection. |
Hierarchy |
getHierarchy()Gets the Hierarchy that is the target object to which the HierarchicalParentSourceExpression maps the SourceColumn objects it owns. |
Level |
getLevel()Gets the Level that is the target object to which the HierarchicalParentSourceExpression maps the SourceColumn objects it owns. |
java.lang.String |
getParentLevelCol()Gets the name of the column that has the values that are the parents of the values of the current Level in the Hierarchy. |
void |
setHierarchy(Hierarchy input)Specifies a Hierarchy as the target object to which the HierarchicalParentSourceExpression maps the SourceColumn objects it owns. |
void |
setLevel(Level input)Specifies a Level as the target object to which the HierarchicalParentSourceExpression maps the SourceColumn objects that it owns. |
void |
setParentLevelCol(java.lang.String input)Specifies a column as the parent of the current Level in the Hierarchy. |
java.lang.String |
WriteToXML()Gets an XML representation of the HierarchicalParentSourceExpression. |
| Methods inherited from class oracle.AWXML.ExternalSourceExpression |
addSourceColumn, CreateSourceColumn, getSourceColumns, getTargetObject, removeSourceColumn, setTargetObject |
| Methods inherited from class oracle.AWXML.BaseObject |
CreateAfter, CreateBefore, CreateFirst, DataRead, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HierarchicalParentSourceExpression(BaseObject input)
HierarchicalParentSourceExpression for the specified DimensionMapGroup.input - The DimensionMapGroup that owns the HierarchicalParentSourceExpression.| Method Detail |
public java.lang.String WriteToXML()
HierarchicalParentSourceExpression.String that represents the HierarchicalParentSourceExpression.public void setLevel(Level input)
Level as the target object to which the HierarchicalParentSourceExpression maps the SourceColumn objects that it owns.input - The Level to which you want to map the SourceColumn objects of the HierarchicalParentSourceExpression.public Level getLevel()
Level that is the target object to which the HierarchicalParentSourceExpression maps the SourceColumn objects it owns.Level to which the HierarchicalParentSourceExpression maps the SourceColumn objects it owns.public void setHierarchy(Hierarchy input)
Hierarchy as the target object to which the HierarchicalParentSourceExpression maps the SourceColumn objects it owns.input - The Hierarchy to which you want to map the SourceColumn objects of the HierarchicalParentSourceExpression.public Hierarchy getHierarchy()
Hierarchy that is the target object to which the HierarchicalParentSourceExpression maps the SourceColumn objects it owns.Hierarchy to which the HierarchicalParentSourceExpression maps the SourceColumn objects it owns.public void setParentLevelCol(java.lang.String input)
Level in the Hierarchy.input - A String that contains the name of the column that has the values that are the parents of the current level.public java.lang.String getParentLevelCol()
Level in the Hierarchy.String that contains the name of the parent level.public java.lang.String Create(AWConnection connection)
HierarchicalParentSourceExpression in the current analytic workspace of the specified database connection.connection - The AWConnection that represents the database connection.String that contains Success if the method creates the HierarchicalParentSourceExpression.public java.lang.String Alter(AWConnection connection)
HierarchicalParentSourceExpression, such as its short and long names, in the analytic workspace to those currently specified by the HierarchicalParentSourceExpression.connection - The AWConnection that represents the database connection.String that contains Success if the method makes the changes.public java.lang.String Delete(AWConnection connection)
HierarchicalParentSourceExpression in the current analytic workspace of the specified database connection.connection - The AWConnection that represents the database connection.String that contains Success if the method deletes the HierarchicalParentSourceExpression.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||